'Declaration Public Overloads Function SavePdfAsync( _ ByVal stream As Stream, _ ByVal ParamArray sheetIndexes() As Integer _ ) As IAsyncAction
'Usage Dim instance As GcSpreadSheet Dim stream As Stream Dim sheetIndexes() As Integer Dim value As IAsyncAction value = instance.SavePdfAsync(stream, sheetIndexes)
public IAsyncAction SavePdfAsync( Stream stream, params int[] sheetIndexes )
Parameters
- stream
- Stream to which to save the data.
- sheetIndexes
- The sheet indexes collection.